stylecontext: Shuffle around code
authorBenjamin Otte <otte@redhat.com>
Wed, 11 Apr 2012 10:37:44 +0000 (12:37 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 17 Apr 2012 06:59:22 +0000 (08:59 +0200)
commit60eff87d0884cf5ae7dc0a5de81ab8283d50abc0
tree024c580dbf82e6d5c08d31663c7e7aac8c6159af
parent42d243049855f554eb63da0ff86b051de0a3841b
stylecontext: Shuffle around code

This has two goals:

1) Move invalidation code out of a nested if branch. Invalidation is
actually the most important thing this function does.

2) Have the changes bitmask available. It will needed for invalidate
calls to children later.
gtk/gtkstylecontext.c